home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / handy12.zip / MAINTAIN.BAT < prev    next >
DOS Batch File  |  1992-05-09  |  623b  |  36 lines

  1.  
  2. REM
  3. REM  Maintain.bat, a demo batchfile for the HandyMan Event manager
  4. REM
  5.  
  6. IF %@EVAL[2+2] == 4 GOTO Use_4DOS
  7.  
  8. CLS
  9. ECHO OFF
  10. ECHO  
  11. ECHO Hmpz.. no 4dos. oh well... in that case we just have to settle for
  12. ECHO command.com..
  13. ECHO  
  14. ECHO By the way, here could go you maintainance routine..
  15. ECHO  
  16.  
  17. PAUSE
  18. GOTO End_Of_Batch
  19.  
  20. :USE_4DOS
  21.  
  22. CLS
  23. TEXT
  24.  Yeah! That's the spirit! An other 4Dos user.. (Fun ain't?! ;-)
  25.  Anyhow.. This is a demo batchfile to show you how the event
  26.  manager buildin to HandyMan works.
  27.  
  28.  In this batch you could put your own commands to...
  29.  
  30.  
  31. ENDTEXT
  32.  
  33. PAUSE
  34.  
  35. :END_OF_BATCH
  36.